home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / ewjdemo.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  293 b   |  22 lines

  1. on enterFrame
  2.   if rollOver(2) then
  3.     go("launch 1")
  4.     exit
  5.   else
  6.     if rollOver(3) then
  7.       go("launch 2")
  8.       exit
  9.     else
  10.       if rollOver(13) then
  11.         go("play return")
  12.         exit
  13.       end if
  14.     end if
  15.   end if
  16.   go("play launch")
  17. end
  18.  
  19. on exitFrame
  20.   go(the frame)
  21. end
  22.